home *** CD-ROM | disk | FTP | other *** search
- /* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- List Item Object
-
- Defines an object that holds a list item (abstract class, must override).
- |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
-
- #include "CItemObj.h"
-
- /* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
-
- /* |||||||||||||||||||| */
- void CItemObj::DrawItem ( Boolean selected, Rect *dispR )
- {
- /*** abstract case for list item object, must be overriden */
- DebugStr ( "You MUST override CItemObj::DrawItem" );
- }
-